Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages for release (rc) #1830

Merged
merged 2 commits into from
Feb 3, 2025
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 26, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@strapi/[email protected]

Major Changes

Minor Changes

Patch Changes

  • #1846 a511ac5 Thanks @remidej! - feat: add menu separator component

  • #1833 ba28ea1 Thanks @ShatilKhan! - cleaner search bar

  • #1845 ef9cd18 Thanks @remidej! - feat: add onCloseAutoFocus to Menu.Content

  • #1840 cbf07ea Thanks @dzakki! - sync view source to the correct path

  • #1821 0693ce9 Thanks @PlanckConst! - fix: Checkbox Item Not Centered

    Added justify-content: center and align-items: center to Checkbox Indicator component

    Original:

    const CheckboxIndicator = styled(Checkbox.Indicator) width: 100%; height: 100%; cursor: pointer;;

    Updated:

    const CheckboxIndicator = styled(Checkbox.Indicator)`

    • display: inline-flex;
    • pointer-events: auto !important;
      width: 100%;
      height: 100%;
      cursor: pointer;
    • justify-content: center;
    • align-items: center;
      `;

    Refactored inline styling and added it to checkbox indicator stype component

    Original:

      <CheckboxIndicator style={{ display: 'inline-flex', pointerEvents: 'auto'}} forceMount>
    

    Updated:

      <CheckboxIndicator forceMount>
    
  • #1844 1b5a2d0 Thanks @jorrit! - Fix inflated package size because direct dependencies not listed in package.json

  • #1834 bf538d1 Thanks @mazzucchelli! - Prevent tooltip from rendering when the label property is not passed

  • Updated dependencies [1b5a2d0, fd5e74b]:

@strapi/[email protected]

Major Changes

Minor Changes

@strapi/[email protected]

Major Changes

Patch Changes

  • #1844 1b5a2d0 Thanks @jorrit! - Fix inflated package size because direct dependencies not listed in package.json

Copy link

vercel bot commented Nov 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
design-system ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 3, 2025 10:09am

@github-actions github-actions bot force-pushed the changeset-release/main branch from e0d8b99 to 03180fb Compare November 27, 2024 08:19
@github-actions github-actions bot force-pushed the changeset-release/main branch from 03180fb to c8484bb Compare November 27, 2024 10:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from c8484bb to 3b01ef2 Compare December 16, 2024 09:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3b01ef2 to 2601346 Compare January 8, 2025 12:49
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2601346 to 3ad13a4 Compare January 13, 2025 15:24
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3ad13a4 to e2d2c44 Compare January 13, 2025 16:00
@github-actions github-actions bot force-pushed the changeset-release/main branch from e2d2c44 to b80228e Compare January 13, 2025 16:11
@github-actions github-actions bot force-pushed the changeset-release/main branch from b80228e to 7a991cb Compare January 28, 2025 16:06
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 9b5e0d9 to dd47169 Compare February 3, 2025 09:20
remidej
remidej previously approved these changes Feb 3, 2025
@remidej remidej self-assigned this Feb 3, 2025
@remidej remidej added source: release relates to a release PR pr: release This PR is for a release of the packages labels Feb 3, 2025
@remidej remidej merged commit 091d446 into main Feb 3, 2025
10 of 11 checks passed
@remidej remidej deleted the changeset-release/main branch February 3, 2025 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: release This PR is for a release of the packages source: release relates to a release PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant